!if 0

***************************************
Sample barcode driver for the emulation
platform.
***************************************

!endif

WINCEOEM=1

WARNISERROR=0

TARGETNAME=hprf
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
TARGETLIBS=\
    $(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib    \
    $(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
    $(_PLATLIB)\$(_CPUDEPPATH)\cspddk.lib \
    $(_PLATLIB)\$(_CPUDEPPATH)\ecspisdk.lib

DEFFILE=hprf.def
DLLENTRY=DllEntry

SOURCES= \
    smac_simple_phy.c \
    smac_802_15_4_shim.c \
    smac_app.c \
    smac_drivers.c \
    smac_MC13192_hw_config.c \
    smac_simple_mac.c \
    hprfgw_rfslaveintf.c \
    hprfgw_rfslaveintf_panelspecific.c \
    smac_mcu_spi_config_panelspecific.c \
    smac_mcu_hw_config_panelspecific.c \
    hprfgw_rfrec.c \
    hprfgw_rftrans.c \
    hprfgw_rfDesc.c \
    hprfgw_rfheartbeat.c \
    hprfgw_rfRecMsg.c \
    hprfgw_rfComLog.c \
    hprfgw_rfresultcode.c \
    hprfgw_rfretry.c \
    hprfgw_rfApp.c \
    hprfgw_rfPlatformInit_panelspecific.c \
    hprf_winceIntfc.c \
    hprf_crc.c \


FILE_VIEW_PARAMETER_FOLDER= \


FILE_VIEW_ROOT_FOLDER= \
    postlink.bat \
    prelink.bat \

INCLUDES= \
	$(_OSDESIGNROOT)\Include\Internal\Shared; \
    .\inc;$(INCLUDES);$(_TARGETPLATROOT)\src\inc; \

FILE_VIEW_INCLUDES_FOLDER= \
    inc\hprfgw_rf802_15_4.h \
    inc\hprfgw_rfapp.h \
    inc\hprfgw_rfAppAspInterface.h \
    inc\hprfgw_rfAppToMacPhyConfig.h \
    inc\hprfgw_rfAppToPlatformConfig.h \
    inc\hprfgw_rfComLog.h \
    inc\hprfgw_rfDesc.h \
    inc\hprfgw_rfdiagnostics.h \
    inc\hprfgw_rfEmbeddedTypes.h \
    inc\hprfgw_rfFunctionLib.h \
    inc\hprfgw_rfheartbeat.h \
    inc\hprfgw_rfICG.h \
    inc\hprfgw_rfIrqControlLib.h \
    inc\hprfgw_rfMacPhyInit.h \
    inc\hprfgw_rfMacPhyPlatformLib.h \
    inc\hprfgw_rfmanage_old.h \
    inc\hprfgw_rfMc1319xDrv.h \
    inc\hprfgw_rfMc1319xHandler.h \
    inc\hprfgw_rfMc1319xReg.h \
    inc\hprfgw_rfMsgSystem.h \
    inc\hprfgw_rfNwkMacInterface.h \
    inc\hprfgw_rfpkt.h \
    inc\hprfgw_rfPlatformInit.h \
    inc\hprfgw_rfPlatformToMacPhyConfig.h \
    inc\hprfgw_rfPortConfig.h \
    inc\hprfgw_rfPowerManager.h \
    inc\hprfgw_rfPublicConst.h \
    inc\hprfgw_rfrec.h \
    inc\hprfgw_rfRecMsg.h \
    inc\hprfgw_rfresultcode.h \
    inc\hprfgw_rfretry.h \
    inc\hprfgw_rfSharedDefs.h \
    inc\hprfgw_rfslaveinttohost.h \
    inc\hprfgw_rfslaveinttorfapp.h \
    inc\hprfgw_rftrans.h \
    inc\nutypedefs.h \
    inc\smac_802_15_4_shim.h \
    inc\smac_app.h \
    inc\smac_app_config.h \
    inc\smac_drivers.h \
    inc\smac_MC13192_hw_config.h \
    inc\smac_MC13192_regs.h \
    inc\smac_mcu_hw_config.h \
    inc\smac_mcu_spi_config.h \
    inc\SMAC_OTAP_API.h \
    inc\smac_pub_def.h \
    inc\SMAC_SECURITY_API.h \
    inc\smac_simple_mac.h \
    inc\smac_simple_phy.h \
    inc\hprfgw_config.h \
    inc\hprf_winceIntfc.h \

FILE_VIEW_RESOURCE_FOLDER= \
